runtime.mLockProfile.cycles (field)
7 uses
runtime (current package)
mprof.go#L719: cycles int64 // cycles attributable to "pending" (if set), otherwise to "stack"
mprof.go#L740: prof.cycles += cycles
mprof.go#L744: if prev := prof.cycles; prev > 0 {
mprof.go#L762: prof.cycles = cycles
mprof.go#L772: if gp := getg(); gp.m.locks == 1 && gp.m.mLockProfile.cycles != 0 {
mprof.go#L836: cycles, lost := prof.cycles, prof.cyclesLost
mprof.go#L837: prof.cycles, prof.cyclesLost = 0, 0
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |